TableGetNrows Interface

public interface TableGetNrows

Module Procedures

private function TableGetNumberRows(tab) result(rows)

return the number of rows in a table

Arguments

Type IntentOptional Attributes Name
type(Table), intent(in) :: tab

Return Value integer

public function TablesGetNumberRows(tables, id) result(rows)

return the number of rows of a table in a table collection

Arguments

Type IntentOptional Attributes Name
type(TableCollection), intent(in) :: tables
character(len=*), intent(in) :: id

Return Value integer